1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_RETURN_ADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmDEFFECTIVE_RETURN_ADD))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.txtSuppname = New System.Windows.Forms.TextBox
31         Me.cmdEdit = New System.Windows.Forms.Button
32         Me.ColName = New System.Windows.Forms.ColumnHeader
33         Me.colD = New System.Windows.Forms.ColumnHeader
34         Me.cmdAdd = New System.Windows.Forms.Button
35         Me.txtpo = New System.Windows.Forms.TextBox
36         Me.Colcurrentqty = New System.Windows.Forms.ColumnHeader
37         Me.colReturn = New System.Windows.Forms.ColumnHeader
38         Me.Label7 = New System.Windows.Forms.Label
39         Me.ColQTY = New System.Windows.Forms.ColumnHeader
40         Me.cmdCancel = New System.Windows.Forms.Button
41         Me.ColPrice = New System.Windows.Forms.ColumnHeader
42         Me.txtdeliver = New System.Windows.Forms.TextBox
43         Me.colID = New System.Windows.Forms.ColumnHeader
44         Me.cmdSave = New System.Windows.Forms.Button
45         Me.GroupBox1 = New System.Windows.Forms.GroupBox
46         Me.txtpo2 = New System.Windows.Forms.TextBox
47         Me.txtreturn = New System.Windows.Forms.TextBox
48         Me.Label5 = New System.Windows.Forms.Label
49         Me.Label6 = New System.Windows.Forms.Label
50         Me.txtadd = New System.Windows.Forms.TextBox
51         Me.Label4 = New System.Windows.Forms.Label
52         Me.Label3 = New System.Windows.Forms.Label
53         Me.lstitems = New System.Windows.Forms.ListView
54         Me.colMeasure = New System.Windows.Forms.ColumnHeader
55         Me.Panel1.SuspendLayout()
56         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
57         Me.GroupBox1.SuspendLayout()
58         Me.SuspendLayout()
59         
'
60         
'Panel1
61         
'
62         Me.Panel1.Controls.Add(Me.Label2)
63         Me.Panel1.Controls.Add(Me.Label1)
64         Me.Panel1.Controls.Add(Me.PictureBox1)
65         Me.Panel1.Location = New System.Drawing.Point(
2, 1)
66         Me.Panel1.Name =
"Panel1"
67         Me.Panel1.Size = New System.Drawing.Size(
522, 51)
68         Me.Panel1.TabIndex =
102
69         
'
70         
'Label2
71         
'
72         Me.Label2.AutoSize = True
73         Me.Label2.Location = New System.Drawing.Point(
61, 32)
74         Me.Label2.Name =
"Label2"
75         Me.Label2.Size = New System.Drawing.Size(
216, 13)
76         Me.Label2.TabIndex =
101
77         Me.Label2.Text =
"Control pending receivable defective stocks"
78         
'
79         
'Label1
80         
'
81         Me.Label1.AutoSize = True
82         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
84         Me.Label1.Location = New System.Drawing.Point(
60, 6)
85         Me.Label1.Name =
"Label1"
86         Me.Label1.Size = New System.Drawing.Size(
239, 23)
87         Me.Label1.TabIndex =
102
88         Me.Label1.Text =
"Defective Return Stocks"
89         
'
90         
'PictureBox1
91         
'
92         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
93         Me.PictureBox1.Location = New System.Drawing.Point(
3, 0)
94         Me.PictureBox1.Name =
"PictureBox1"
95         Me.PictureBox1.Size = New System.Drawing.Size(
51, 45)
96         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
97         Me.PictureBox1.TabIndex =
0
98         Me.PictureBox1.TabStop = False
99         
'
100         
'txtSuppname
101         
'
102         Me.txtSuppname.BackColor = System.Drawing.Color.White
103         Me.txtSuppname.Location = New System.Drawing.Point(
123, 37)
104         Me.txtSuppname.MaxLength =
50
105         Me.txtSuppname.Name =
"txtSuppname"
106         Me.txtSuppname.ReadOnly = True
107         Me.txtSuppname.Size = New System.Drawing.Size(
217, 21)
108         Me.txtSuppname.TabIndex =
63
109         
'
110         
'cmdEdit
111         
'
112         Me.cmdEdit.Location = New System.Drawing.Point(
68, 355)
113         Me.cmdEdit.Name =
"cmdEdit"
114         Me.cmdEdit.Size = New System.Drawing.Size(
55, 26)
115         Me.cmdEdit.TabIndex =
6
116         Me.cmdEdit.Text =
"Edit"
117         Me.cmdEdit.UseVisualStyleBackColor = True
118         
'
119         
'ColName
120         
'
121         Me.ColName.Text =
"Name"
122         Me.ColName.Width =
240
123         
'
124         
'colD
125         
'
126         Me.colD.Text =
"Detail ID"
127         
'
128         
'cmdAdd
129         
'
130         Me.cmdAdd.Location = New System.Drawing.Point(
11, 355)
131         Me.cmdAdd.Name =
"cmdAdd"
132         Me.cmdAdd.Size = New System.Drawing.Size(
53, 26)
133         Me.cmdAdd.TabIndex =
64
134         Me.cmdAdd.Text =
"&Add"
135         Me.cmdAdd.UseVisualStyleBackColor = True
136         
'
137         
'txtpo
138         
'
139         Me.txtpo.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
140         Me.txtpo.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
141         Me.txtpo.Location = New System.Drawing.Point(
123, 13)
142         Me.txtpo.Name =
"txtpo"
143         Me.txtpo.ReadOnly = True
144         Me.txtpo.Size = New System.Drawing.Size(
100, 22)
145         Me.txtpo.TabIndex =
0
146         
'
147         
'Colcurrentqty
148         
'
149         Me.Colcurrentqty.Text =
"Current Qty"
150         Me.Colcurrentqty.Width =
80
151         
'
152         
'colReturn
153         
'
154         Me.colReturn.Text =
"Return QTY"
155         Me.colReturn.Width =
75
156         
'
157         
'Label7
158         
'
159         Me.Label7.AutoSize = True
160         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.Label7.Location = New System.Drawing.Point(
40, 17)
162         Me.Label7.Name =
"Label7"
163         Me.Label7.Size = New System.Drawing.Size(
83, 13)
164         Me.Label7.TabIndex =
62
165         Me.Label7.Text =
"Defective ID :"
166         
'
167         
'ColQTY
168         
'
169         Me.ColQTY.Text =
"Defect QTY"
170         Me.ColQTY.Width =
75
171         
'
172         
'cmdCancel
173         
'
174         Me.cmdCancel.Location = New System.Drawing.Point(
687, 353)
175         Me.cmdCancel.Name =
"cmdCancel"
176         Me.cmdCancel.Size = New System.Drawing.Size(
60, 26)
177         Me.cmdCancel.TabIndex =
10
178         Me.cmdCancel.Text =
"Cancel"
179         Me.cmdCancel.UseVisualStyleBackColor = True
180         
'
181         
'ColPrice
182         
'
183         Me.ColPrice.Text =
"Price"
184         Me.ColPrice.Width =
80
185         
'
186         
'txtdeliver
187         
'
188         Me.txtdeliver.Location = New System.Drawing.Point(
497, 35)
189         Me.txtdeliver.MaxLength =
50
190         Me.txtdeliver.Name =
"txtdeliver"
191         Me.txtdeliver.Size = New System.Drawing.Size(
207, 21)
192         Me.txtdeliver.TabIndex =
4
193         
'
194         
'colID
195         
'
196         Me.colID.Text =
"ID"
197         Me.colID.Width =
40
198         
'
199         
'cmdSave
200         
'
201         Me.cmdSave.Location = New System.Drawing.Point(
621, 353)
202         Me.cmdSave.Name =
"cmdSave"
203         Me.cmdSave.Size = New System.Drawing.Size(
60, 26)
204         Me.cmdSave.TabIndex =
9
205         Me.cmdSave.Text =
"Save"
206         Me.cmdSave.UseVisualStyleBackColor = True
207         
'
208         
'GroupBox1
209         
'
210         Me.GroupBox1.Controls.Add(Me.txtpo2)
211         Me.GroupBox1.Controls.Add(Me.txtreturn)
212         Me.GroupBox1.Controls.Add(Me.Label5)
213         Me.GroupBox1.Controls.Add(Me.cmdAdd)
214         Me.GroupBox1.Controls.Add(Me.txtSuppname)
215         Me.GroupBox1.Controls.Add(Me.cmdEdit)
216         Me.GroupBox1.Controls.Add(Me.txtpo)
217         Me.GroupBox1.Controls.Add(Me.Label7)
218         Me.GroupBox1.Controls.Add(Me.cmdCancel)
219         Me.GroupBox1.Controls.Add(Me.cmdSave)
220         Me.GroupBox1.Controls.Add(Me.txtdeliver)
221         Me.GroupBox1.Controls.Add(Me.Label6)
222         Me.GroupBox1.Controls.Add(Me.txtadd)
223         Me.GroupBox1.Controls.Add(Me.Label4)
224         Me.GroupBox1.Controls.Add(Me.Label3)
225         Me.GroupBox1.Controls.Add(Me.lstitems)
226         Me.GroupBox1.Location = New System.Drawing.Point(
2, 50)
227         Me.GroupBox1.Name =
"GroupBox1"
228         Me.GroupBox1.Size = New System.Drawing.Size(
755, 387)
229         Me.GroupBox1.TabIndex =
101
230         Me.GroupBox1.TabStop = False
231         
'
232         
'txtpo2
233         
'
234         Me.txtpo2.Location = New System.Drawing.Point(
253, 13)
235         Me.txtpo2.Name =
"txtpo2"
236         Me.txtpo2.Size = New System.Drawing.Size(
100, 21)
237         Me.txtpo2.TabIndex =
67
238         Me.txtpo2.Text =
"0"
239         Me.txtpo2.Visible = False
240         
'
241         
'txtreturn
242         
'
243         Me.txtreturn.BackColor = System.Drawing.Color.White
244         Me.txtreturn.Location = New System.Drawing.Point(
497, 13)
245         Me.txtreturn.Name =
"txtreturn"
246         Me.txtreturn.ReadOnly = True
247         Me.txtreturn.Size = New System.Drawing.Size(
100, 21)
248         Me.txtreturn.TabIndex =
66
249         
'
250         
'Label5
251         
'
252         Me.Label5.AutoSize = True
253         Me.Label5.Location = New System.Drawing.Point(
418, 17)
254         Me.Label5.Name =
"Label5"
255         Me.Label5.Size = New System.Drawing.Size(
73, 13)
256         Me.Label5.TabIndex =
65
257         Me.Label5.Text =
"Return Date :"
258         
'
259         
'Label6
260         
'
261         Me.Label6.AutoSize = True
262         Me.Label6.Location = New System.Drawing.Point(
411, 37)
263         Me.Label6.Name =
"Label6"
264         Me.Label6.Size = New System.Drawing.Size(
80, 13)
265         Me.Label6.TabIndex =
13
266         Me.Label6.Text =
"Delivery Term :"
267         
'
268         
'txtadd
269         
'
270         Me.txtadd.BackColor = System.Drawing.Color.White
271         Me.txtadd.Location = New System.Drawing.Point(
123, 60)
272         Me.txtadd.MaxLength =
50
273         Me.txtadd.Multiline = True
274         Me.txtadd.Name =
"txtadd"
275         Me.txtadd.ReadOnly = True
276         Me.txtadd.Size = New System.Drawing.Size(
217, 47)
277         Me.txtadd.TabIndex =
2
278         
'
279         
'Label4
280         
'
281         Me.Label4.AutoSize = True
282         Me.Label4.Location = New System.Drawing.Point(
71, 74)
283         Me.Label4.Name =
"Label4"
284         Me.Label4.Size = New System.Drawing.Size(
53, 13)
285         Me.Label4.TabIndex =
8
286         Me.Label4.Text =
"Address :"
287         
'
288         
'Label3
289         
'
290         Me.Label3.AutoSize = True
291         Me.Label3.Location = New System.Drawing.Point(
41, 43)
292         Me.Label3.Name =
"Label3"
293         Me.Label3.Size = New System.Drawing.Size(
82, 13)
294         Me.Label3.TabIndex =
6
295         Me.Label3.Text =
"Supplier Name :"
296         
'
297         
'lstitems
298         
'
299         Me.lstitems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colID, Me.colD, Me.ColName, Me.Colcurrentqty, Me.ColPrice, Me.ColQTY, Me.colReturn, Me.colMeasure})
300         Me.lstitems.FullRowSelect = True
301         Me.lstitems.GridLines = True
302         Me.lstitems.Location = New System.Drawing.Point(
10, 126)
303         Me.lstitems.Name =
"lstitems"
304         Me.lstitems.Size = New System.Drawing.Size(
737, 223)
305         Me.lstitems.TabIndex =
5
306         Me.lstitems.UseCompatibleStateImageBehavior = False
307         Me.lstitems.View = System.Windows.Forms.View.Details
308         
'
309         
'colMeasure
310         
'
311         Me.colMeasure.Text =
"Unit"
312         
'
313         
'FrmDEFFECTIVE_RETURN_ADD
314         
'
315         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
316         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
317         Me.BackColor = System.Drawing.Color.WhiteSmoke
318         Me.ClientSize = New System.Drawing.Size(
762, 441)
319         Me.Controls.Add(Me.Panel1)
320         Me.Controls.Add(Me.GroupBox1)
321         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
322         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
323         Me.MaximizeBox = False
324         Me.MinimizeBox = False
325         Me.Name =
"FrmDEFFECTIVE_RETURN_ADD"
326         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
327         Me.Text =
"Defective Return Stocks"
328         Me.Panel1.ResumeLayout(False)
329         Me.Panel1.PerformLayout()
330         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
331         Me.GroupBox1.ResumeLayout(False)
332         Me.GroupBox1.PerformLayout()
333         Me.ResumeLayout(False)
334
335     End Sub
336     Friend WithEvents Panel1 As System.Windows.Forms.Panel
337     Friend WithEvents Label2 As System.Windows.Forms.Label
338     Friend WithEvents Label1 As System.Windows.Forms.Label
339     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
340     Friend WithEvents txtSuppname As System.Windows.Forms.TextBox
341     Friend WithEvents cmdEdit As System.Windows.Forms.Button
342     Friend WithEvents ColName As System.Windows.Forms.ColumnHeader
343     Friend WithEvents colD As System.Windows.Forms.ColumnHeader
344     Friend WithEvents cmdAdd As System.Windows.Forms.Button
345     Friend WithEvents txtpo As System.Windows.Forms.TextBox
346     Friend WithEvents Colcurrentqty As System.Windows.Forms.ColumnHeader
347     Friend WithEvents colReturn As System.Windows.Forms.ColumnHeader
348     Friend WithEvents Label7 As System.Windows.Forms.Label
349     Friend WithEvents ColQTY As System.Windows.Forms.ColumnHeader
350     Friend WithEvents cmdCancel As System.Windows.Forms.Button
351     Friend WithEvents ColPrice As System.Windows.Forms.ColumnHeader
352     Friend WithEvents txtdeliver As System.Windows.Forms.TextBox
353     Friend WithEvents colID As System.Windows.Forms.ColumnHeader
354     Friend WithEvents cmdSave As System.Windows.Forms.Button
355     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
356     Friend WithEvents Label6 As System.Windows.Forms.Label
357     Friend WithEvents txtadd As System.Windows.Forms.TextBox
358     Friend WithEvents Label4 As System.Windows.Forms.Label
359     Friend WithEvents Label3 As System.Windows.Forms.Label
360     Friend WithEvents lstitems As System.Windows.Forms.ListView
361     Friend WithEvents colMeasure As System.Windows.Forms.ColumnHeader
362     Friend WithEvents txtreturn As System.Windows.Forms.TextBox
363     Friend WithEvents Label5 As System.Windows.Forms.Label
364     Friend WithEvents txtpo2 As System.Windows.Forms.TextBox
365 End Class


Gõ tìm kiếm nhanh...